home *** CD-ROM | disk | FTP | other *** search
/ National Lampoon's Blind Date / National Lampoon's Blind Date.iso / bd / savegame.mmm / 00015_Field_15.txt < prev    next >
Text File  |  1995-03-01  |  704b  |  20 lines

  1. File I/O: continued.
  2.  
  3. mDispose  close file
  4. mName  return my name
  5. mWriteChar, charNum  write a single character. 
  6.     Return error code
  7. mWriteString, string  write out a string of chars. 
  8.     Return error code
  9. mReadChar  return a single character.
  10. mReadWord  return the next word of an input file.
  11. mReadLine  return the next line of an input file.
  12. mReadFile  return the remainder of the file.
  13. mReadToken, breakString, skipString  read until char in 
  14.     breakString
  15. mGetPosition  return the file position.
  16. mSetPosition, newPos  set the file position. 
  17.     Return error code.
  18. mGetLength  return the number of chars in the file.
  19. mDelete        --Delete the file and dispose of "me".
  20. continuedÉ